name: nfsd_file_acquire
ID: 1429
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:u32 xid;	offset:8;	size:4;	signed:0;
	field:const void * inode;	offset:16;	size:8;	signed:0;
	field:unsigned long may_flags;	offset:24;	size:8;	signed:0;
	field:unsigned int nf_ref;	offset:32;	size:4;	signed:0;
	field:unsigned long nf_flags;	offset:40;	size:8;	signed:0;
	field:unsigned long nf_may;	offset:48;	size:8;	signed:0;
	field:const void * nf_file;	offset:56;	size:8;	signed:0;
	field:u32 status;	offset:64;	size:4;	signed:0;

print fmt: "xid=0x%x inode=%p may_flags=%s ref=%u nf_flags=%s nf_may=%s nf_file=%p status=%u", REC->xid, REC->inode, __print_flags(REC->may_flags, "|", { 0x001, "EXEC" }, { 0x002, "WRITE" }, { 0x004, "READ" }, { 0x008, "SATTR" }, { 0x010, "TRUNC" }, { 0x020, "LOCK" }, { 0x040, "OWNER_OVERRIDE" }, { 0x080, "LOCAL_ACCESS" }, { 0x100, "BYPASS_GSS_ON_ROOT" }, { 0x200, "NOT_BREAK_LEASE" }, { 0x400, "BYPASS_GSS" }, { 0x800, "READ_IF_EXEC" }, { 0x1000, "64BIT_COOKIE" }), REC->nf_ref, __print_flags(REC->nf_flags, "|", { 1 << (0), "HASHED" }, { 1 << (1), "PENDING" }, { 1 << (2), "REFERENCED" }, { 1 << (3), "GC" }), __print_flags(REC->nf_may, "|", { 0x001, "EXEC" }, { 0x002, "WRITE" }, { 0x004, "READ" }, { 0x008, "SATTR" }, { 0x010, "TRUNC" }, { 0x020, "LOCK" }, { 0x040, "OWNER_OVERRIDE" }, { 0x080, "LOCAL_ACCESS" }, { 0x100, "BYPASS_GSS_ON_ROOT" }, { 0x200, "NOT_BREAK_LEASE" }, { 0x400, "BYPASS_GSS" }, { 0x800, "READ_IF_EXEC" }, { 0x1000, "64BIT_COOKIE" }), REC->nf_file, REC->status
